home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / EXTERNAL-METHOD_PROPERTIES.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  958 b   |  24 lines

  1. External Method - Properties: Manage the properties of an external method.
  2.   
  3.   Description
  4.  
  5.     View and manage the properties of an External Method. 
  6.  
  7.   Controls
  8.  
  9.     'ID' -- Specifies the id of the external method.
  10.     
  11.     'Title' -- Allows you to specify the title of the external method.
  12.     
  13.     'Function name' -- Allows you to specify the name of the function 
  14.     (method) to use for the external method.
  15.     
  16.     'Python module file' -- Allows you to specify the module in which
  17.     the function is located. The Python module may be located in the 
  18.     Zope 'Extensions' directory, or in a 'Extensions' directory in a 
  19.     product directory. Product directories are located in 
  20.     'lib/python/Products'. If the Python module is in a product 
  21.     directory this should be indicated in the name of the module which 
  22.     should be the name of the product followed by a dot followed by 
  23.     the name of the Python module file.
  24.